ReplaySnapshotResponse

data class ReplaySnapshotResponse(dataURL: String)

Represents response frame that is returned from LayerTree#replaySnapshot operation call. Replays the layer snapshot and returns the resulting bitmap.

See also

Constructors

ReplaySnapshotResponse
Link copied to clipboard
fun ReplaySnapshotResponse(dataURL: String)

Properties

dataURL
Link copied to clipboard
val dataURL: String
A data: URL for resulting image.

Sources

jvm source
Link copied to clipboard